v1

latestOpenAPI 3.0.3AGPL-3.0-only2026-07-17120116247.0 KB
user APIs

Rename a directory. Deprecated, use "file-actions/move"

Rename a directory for the logged in user. The rename is allowed for empty directory or for non empty local directories, with no virtual folders inside

patch/user/dirs

Query parameters

pathstring required

Path to the folder to rename. It must be URL encoded, for example the path "my dir/àdir" must be sent as "my%20dir%2F%C3%A0dir"

targetstring required

New name. It must be URL encoded, for example the path "my dir/àdir" must be sent as "my%20dir%2F%C3%A0dir"

Response

successful operation

messagestring

message, can be empty

errorstring

error description if any